Skip to content

Comments

Remove wrapping policy#102

Merged
mborland merged 4 commits intodevelopfrom
101
Feb 23, 2026
Merged

Remove wrapping policy#102
mborland merged 4 commits intodevelopfrom
101

Conversation

@mborland
Copy link
Member

Closes: #101

@mborland mborland added this to the v0.1.0 milestone Feb 23, 2026
@mborland mborland self-assigned this Feb 23, 2026
@mborland mborland added the Refactor Improve organization or code quality label Feb 23, 2026
@cppalliance-bot
Copy link

An automated preview of the documentation is available at https://102.safe-numbers.prtest3.cppalliance.org/libs/safe_numbers/doc/html/index.html

If more commits are pushed to the pull request, the docs will rebuild at the same URL.

2026-02-23 18:14:25 UTC

@mborland mborland merged commit 9c923f5 into develop Feb 23, 2026
34 checks passed
@mborland mborland deleted the 101 branch February 23, 2026 18:50
@codecov
Copy link

codecov bot commented Feb 23, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 98.5%. Comparing base (ef35e64) to head (a88a91c).
⚠️ Report is 5 commits behind head on develop.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff            @@
##           develop    #102     +/-   ##
=========================================
+ Coverage     98.5%   98.5%   +0.1%     
=========================================
  Files          119     113      -6     
  Lines         7899    7519    -380     
  Branches      2780    2687     -93     
=========================================
- Hits          7776    7404    -372     
+ Misses          43      42      -1     
+ Partials        80      73      -7     
Files with missing lines Coverage Δ
examples/bitwise_ops.cpp 78.5% <ø> (+1.2%) ⬆️
examples/generic_arithmetic.cpp 87.5% <ø> (-1.7%) ⬇️
examples/safe_numerics_comparison.cpp 71.6% <ø> (-0.5%) ⬇️
...ost/safe_numbers/detail/unsigned_integer_basis.hpp 95.5% <ø> (+0.3%) ⬆️
test/test_boundary_arithmetic.cpp 100.0% <ø> (ø)
test/test_exhaustive_u8_arithmetic.cpp 100.0% <ø> (ø)
test/test_unsigned_bitwise_ops.cpp 100.0% <ø> (ø)

Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update ef35e64...a88a91c. Read the comment docs.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Refactor Improve organization or code quality

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Remove the wrapping overflow policy

2 participants